-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add (some) google resource support #36
Conversation
@fiskhest Thanks a lot for adding support for several of the Google resources. Feel free to update the readme regarding the coverage. I see some tests are failing when I triggered the pipeline can you look into those? Thanks again 😊 |
Oops, should be sorted now. As for README, I gave it a shot; please leave a suggestion if you prefer some other way of expressing the fact. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some very minor knit picks. Post that this looks good to merge
🙏🏼 should be the last of it. Thanks! 🎉 |
Merging it! Thanks a lot for the contribution @fiskhest ! |
I was mildly saddened when I realised this utility would not be able to help me perform a major migration within $COMPANY terraform states. With the help of a colleague, this PR contains support for generating the imports for resources we found, together with tests.
This is not a complete implementation supporting all google resources, but a starting point for anyone else that does google migrations, adding new ones is pretty straight forward.
Maybe adding a minor hint to the README about the coverage not being 100% would be nice, it took me some time to figure out why the imports this generated was total bologna. 🍝
make fmt
make test